Skip to content

chore(deps): update Native SDK to v0.14.0#5365

Merged
romtsn merged 1 commit intomainfrom
deps/scripts/update-sentry-native-ndk.sh
May 5, 2026
Merged

chore(deps): update Native SDK to v0.14.0#5365
romtsn merged 1 commit intomainfrom
deps/scripts/update-sentry-native-ndk.sh

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 4, 2026

Bumps scripts/update-sentry-native-ndk.sh from 0.13.8 to 0.14.0.

Auto-generated by a dependency updater.

Changelog

0.14.0

Breaking / Important behavior changes:

  • Metrics are enabled by default. This behavior first appeared in 0.13.5 and is now documented as part of the 0.14.0 behavior. Applications that do not want to send metrics must explicitly opt out with sentry_options_set_enable_metrics(options, false). (#1609)
  • Structured logs are enabled by default. This behavior first appeared in 0.13.9 and is now documented as part of the 0.14.0 behavior. Applications that do not want to capture structured logs must explicitly opt out with sentry_options_set_enable_logs(options, false). (#1673)

0.13.9

Features:

  • Enable structured logs by default; logs are now opt-out via sentry_options_set_enable_logs(options, false). (#1673)
  • Crashpad: add macOS support for the crashpad_wait_for_upload flag. (#1679, crashpad#152)
  • Add experimental support for large attachment uploads, opt-in via sentry_options_set_enable_large_attachments. (#1545)

Fixes:

  • Fix event ownership (potential double-decref) in sentry_capture_minidump. (#1669)
  • Guard against internal stringbuilder append and reserve size overflows. (#1672)
  • Preserve attachments added during crash handling (#1687)
  • Fix build-time warnings with C++ builds. (#1671)
  • Native: respect the shutdown_timeout option in the daemon. (#1691)

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-native-ndk.sh branch from 6848c11 to e6718b8 Compare May 4, 2026 12:35
@github-actions github-actions Bot requested a review from adinauer as a code owner May 4, 2026 12:35
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label May 4, 2026
@github-actions github-actions Bot requested review from markushi and romtsn as code owners May 4, 2026 12:35
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-native-ndk.sh branch from e6718b8 to 3619d7f Compare May 4, 2026 12:35
Comment thread gradle/libs.versions.toml
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-native-ndk.sh branch from 3619d7f to 7978b21 Compare May 5, 2026 11:09
Comment thread gradle/libs.versions.toml
@sentry
Copy link
Copy Markdown

sentry Bot commented May 5, 2026

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
SDK Size io.sentry.tests.size 8.40.0 (1) release

⚙️ sentry-android Build Distribution Settings

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-native-ndk.sh branch from 7978b21 to 882a2ef Compare May 5, 2026 11:49
@romtsn romtsn merged commit d25ef95 into main May 5, 2026
63 of 64 checks passed
@romtsn romtsn deleted the deps/scripts/update-sentry-native-ndk.sh branch May 5, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants